home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
ddlnch10
/
ddlnch.ini
< prev
next >
Wrap
INI File
|
1993-01-01
|
2KB
|
76 lines
;
;This is the ini file for DDLNCH. The syntax for the file is:
;the [Main] section contains a list of ALL sections in the rest
;of the file. It is used at startup if you don't specify a
;section on the command line (or part of properties).
[Main]
;
;The Number is how many list items follow.
;The Items must be EXACTLY how the Sections are named.
;
Number=11
Item1=LI
Item2=SCAN
Item3=WinGif
Item4=PcWrite
Item5=NoteBook
Item6=PaintBrush
Item7=CShow
Item8=PkZip
Item9=PkUnZip
Item10=PkArc
Item11=PkXArc
;
;for each section, specify:
;and the EXACT command line to execute following a drag drop event
;The <F> means insert filenames (as dropped)
;and the <Dxxxxx> means prompt for a destination file and insert
;the destination here, The xxxxx is the file wildcard (ex *.ZIP).
;DirChg=Y or N, indicates whether the directory is to be changed to
;the same as the selected files (and the files stripped to names only).
[LI]
CmdString=C:\Windows\Util\LI.EXE <F>
ChgDir=Y
[SCAN]
CmdString=C:\mcafee\scan.exe <F>
ChgDir=N
[WinGif]
CmdString=C:\Windows\Util\wingif.exe <F>
ChgDir=N
[PcWrite]
CmdString=C:\pcw\ed.exe <F>
ChgDir=N
[NoteBook]
CmdString=C:\Windows\Util\Notebook.exe <F>
ChgDir=Y
[PaintBrush]
CmdString=PBRUSH.EXE <F>
ChgDir=N
[CShow]
CmdString=C:\GIF\CShow.exe <F>+
ChgDir=Y
[PkZip]
CMdString=C:\util\pkzip.exe -a <D*.ZIP> <F>
ChgDir=Y
[PkUnZip]
CMdString=C:\util\pkunzip.exe <F>
ChgDir=Y
[PkArc]
CmdString=C:\util\pkarc.com -a <D*.ARC> <F>
ChgDir=Y
[PkXArc]
CmdString=C:\util\pkxarc.com -x <F>
ChgDir=Y